home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / utility / fdate.zip / !WARNING.TXT next >
Text File  |  1997-05-22  |  2KB  |  33 lines

  1. Version 9.6 introduces a feature that is NOT upwardly compatible.
  2.  
  3. THIS CHANGE WILL BREAK ANY EXISTING FDATE STATEMENTS THAT USE
  4. BOTH /J  AND /P OR /S.  This is most likely to occur in
  5. conjunction with the ECHO function, /FE.
  6.  
  7. =================================================================
  8.  
  9. Prior to version 9.6, if justification (the /J parm) was used,
  10. justification was applied AFTER any strings specified on the prefix (/P)
  11. and suffix (/P) parameters were concatenated onto the output string.
  12.  
  13. Starting with version 9.6, justification is applied to the output BEFORE
  14. the prefix and suffix strings are concatenated.  A new parameter (/Q) is
  15. available for the ECHO function (/FE) in order to permit the echo
  16. function to be used to produce justified output.
  17.  
  18. THIS CHANGE WILL BREAK ANY EXISTING FDATE STATEMENTS THAT USE BOTH /J
  19. AND /P OR /S.  This is not likely to occur very frequently.  It is most
  20. likely to occur in conjunction with the ECHO function, /FE.  If it is a
  21. problem with /FE, the solution is to replace the /P and /S parms with
  22. /Q.
  23.  
  24. The purpose of this change is to make it possible to use FDATE's
  25. justification feature with Windows95 and Windows NT.  These platforms do
  26. not allow FDATE to set an environment variable directly, so it becomes
  27. important that the /P parm (which enables you to create a temporary
  28. batch file to set environment variables) be able to operate
  29. independently of any justification that is applied to other aspects of
  30. the output.
  31.  
  32.  
  33.